913bfa06fb384af6ffaba65e79a2b79b6526b5ec,src/main/java/spim/fiji/spimdata/explorer/ViewSetupExplorerPanel.java,ViewSetupExplorerPanel,ViewSetupExplorerPanel,#ViewSetupExplorer#AS#String#X#,122

Before Change


			
			if ( bdvpopup != null )
			{
				bdvpopup.bdv = new BigDataViewer( getSpimData(), xml(), IOFunctions.getProgressWriter() );

//				if ( !bdv.tryLoadSettings( panel.xml() ) ) TODO: this should work, but currently tryLoadSettings is protected. fix that.
					InitializeViewerState.initBrightness( 0.001, 0.999, bdvpopup.bdv.getViewer(), bdvpopup.bdv.getSetupAssignments() );

After Change


			
			if ( bdvpopup != null )
			{
				bdvpopup.bdv = BigDataViewer.open( getSpimData(), xml(), IOFunctions.getProgressWriter(), ViewerOptions.options() );

//				if ( !bdv.tryLoadSettings( panel.xml() ) ) TODO: this should work, but currently tryLoadSettings is protected. fix that.
					InitializeViewerState.initBrightness( 0.001, 0.999, bdvpopup.bdv.getViewer(), bdvpopup.bdv.getSetupAssignments() );